home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / trivi104.lha / Trivia.doc < prev    next >
Encoding:
Text File  |  1994-05-02  |  1.8 KB  |  65 lines

  1.  
  2.                          Trivia v1.04 (May 2, 1994)
  3.  
  4.               © 1992-1994 by Janne Siren, All Rights Reserved
  5.  
  6.  Disclaimer
  7.  ~~~~~~~~~~
  8.  This program can be freely distributed and used for any period of time.
  9.  All risks and damages arising from the use, misuse, or inability of this
  10.  program are entirely at the responsibility of the user.
  11.  
  12.  
  13.  Overview
  14.  ~~~~~~~~
  15.  Trivia is very simple online quiz door where users can test their skills
  16.  with questions by other players. The game is quite self explanatory and
  17.  easy to learn, just follow the prompts on the screen.
  18.  
  19.  
  20.  History
  21.  ~~~~~~~
  22.  1.00  10/11/1992  First public release for EXCELSIOR! BBS.
  23.  1.01  07/04/1993  Minor additions and support for daily limitations.
  24.  1.02  27/05/1993  Fixed few bugs and done several code optimizations.
  25.  1.03  01/05/1994  TechnoBBS version with several minor improvements.
  26.  1.04  02/05/1994  '?' is automatically added to the end of new questions.
  27.  
  28.  
  29.  Installation
  30.  ~~~~~~~~~~~~
  31.  Step 1: Create directory Doors:Trivia and move all included files there.
  32.  Step 2: Add following command to your doors menu and compile it.
  33.  
  34.  Command "TRIVIA"
  35.  {
  36.     dos("rx >NIL: Doors:Trivia/Trivia.rexx \(node())");
  37.  }
  38.  
  39.  Step 3: Edit game limit variables in Trivia.rexx (see below).
  40.  Step 4: Write some questions and enjoy the game!
  41.  
  42.  
  43.  Game Limits
  44.  ~~~~~~~~~~~
  45.  Trivia supports daily game limits. Edit 'Daily' and 'Limit' variables (see
  46.  lines 15 and 19 in Trivia.rexx) to customize this feature for your needs.
  47.  You should also edit your event scripts to remove files in the counter
  48.  directory every day at midnight.
  49.  
  50.  
  51.  Comments
  52.  ~~~~~~~~
  53.  If you have any comments or questions, feel free to contact me.
  54.  
  55.  Snail Mail: Janne Siren
  56.              Oravamaentie 2 F 17
  57.              02700 Kauniainen
  58.              Finland
  59.  
  60.  Data Phone: Epsilon Indi BBS
  61.              +358-0-505-4201
  62.              v32bis, 24h
  63.  
  64.  Internet:   jts@krk.fi
  65.